PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFTransparencyGroup Class / setIsIsolated Method
True if objects within the group are composited against a fully transparent initial backdrop; false if they are composited against the group's backdrop.
In This Topic
    setIsIsolated Method
    In This Topic
    Sets a flag indicating whether the group is isolated.
    Syntax
    public void setIsIsolated( 
       boolean value
    )

    Parameters

    value
    True if objects within the group are composited against a fully transparent initial backdrop; false if they are composited against the group's backdrop.
    See Also